home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / QuickDraw3D 1.6 SDK / Mac SampleCode Previous / Geometry Samples- Mac / BoxTex / Textures.h < prev    next >
Encoding:
Text File  |  1999-05-18  |  386 b   |  11 lines  |  [TEXT/CWIE]

  1. // routines to allow us to put texture maps on a parameterized group
  2. #ifndef _TEXTURES_H_
  3. #define _TEXTURES_H_
  4.  
  5. #include "PictRead.h"        // this is a library file from QD3D applications folder
  6.  
  7. TQ3Status AddTextureToGroup( TQ3GroupObject    theGroup, TQ3StoragePixmap *textureImage) ;
  8. void PictureFileToPixmap( TQ3StoragePixmap *bMap ) ;
  9. void TextureGroup( TQ3GroupObject    theGroup) ;
  10.  
  11. #endif